home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 May & June / Amiga-CD 1997 #5-6.iso / emulatoren / frodov2.4 / src / sam.h < prev   
C/C++ Source or Header  |  1996-01-29  |  217b  |  14 lines

  1. /*
  2.  *  SAM.h - Simple Assembler and Monitor With Integrated System Explorer
  3.  *
  4.  *  Copyright (C) 1994-1996 by Christian Bauer
  5.  */
  6.  
  7. #ifndef SAM_H
  8. #define SAM_H
  9.  
  10. // Exportierte Funktionen
  11. extern void SAM(void);
  12.  
  13. #endif
  14.